home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / math / gle-3.000 / gle-3 / gle / demo / surface / fitz1.sur < prev    next >
Encoding:
Text File  |  1995-03-08  |  203 b   |  13 lines

  1. begin surface
  2.     size 5 5 
  3.     data fitz1.z
  4.     xaxis step 1 hei .2
  5.     yaxis step 1 hei .2
  6.     zaxis step .5 hei .2 
  7.     zaxis min 0 max 2
  8.     points fitz1.dat
  9.     droplines lstyle 1
  10.     marker circle
  11.     view 2.5 3 .3
  12. end surface
  13.